Colored Bin Packing

نویسندگان

  • Hamza Alsarhan
  • Davin Chia
  • Ananya Christman
  • Shannia Fu
  • Tony Jin
چکیده

In this version of Colored Bin-Packing, we have n items of unit weight, where each item is one of x colors, where x ≥ 3. Again, we have an unlimited supply of bins, each with weight limit L, in which to pack the items and our goal is to minimize the total number of bins. 2 Algorithm The unit-weight case introduces weight constraints. Furthermore, we know that color constraints, specifically the discrepancy, forces us to use more bins than the weight constraint alone. The first half of the algorithm depends on discrepancy. If discrepancy is not a problem (i.e. is not more than 0), we simply order and split the bins up similar to the zero-weight case. If discrepancy is an issue (i.e. is more than 0), we handle the bins differently depending on if bin capacity is even or odd. In both cases we pack bins by alternating between items of the most frequent color and items of other colors. If bin capacity is even, we may be able to condense bins by using items of other colors that top some bins to merge bins containing only a single item of the most frequent color. If bin capacity is odd, we check if we can eventually reduce discrepancy to zero. This is because we use one additional max-color item for every bin we pack. If discrepancy eventually becomes zero, we are in the case where discrepancy is not a problem, and apply that algorithm. If this is not so, we will end up with bins topped by items of the most frequent color. The final set will be optimal, since all the bins will be topped with items of the this color and therefore cannot be combined. The Unit-Weight algorithm solves this problem. We first note that we must use at least n L number of bins. Let D denote the discrepancy, or the difference between the number of MaxColor items and OtherColors items. By the previous proof, we know that for 0-weight items, we will either need one bin (in the case where D ≤ 0), or D bins (in the case where D > 0).

برای دانلود متن کامل این مقاله و بیش از 32 میلیون مقاله دیگر ابتدا ثبت نام کنید

ثبت نام

اگر عضو سایت هستید لطفا وارد حساب کاربری خود شوید

منابع مشابه

A Two-Pass Algorithm for Unordered Colored Bin Packing

In the Colored Bin Packing problem a set of items with varying weights and colors must be packed into bins of uniform weight limit such that no two items of the same color may be packed adjacently within a bin. We consider a version of the problem where there is no ordering among the items. We present exact, linear-time algorithms for this problem for the cases where there are two or more color...

متن کامل

Extending Two-Dimensional Bin Packing Problem: Consideration of Priority for Items

In this paper a two-dimensional non-oriented guillotine bin packing problem is studied when items have different priorities. Our objective is to maximize the total profit which is total revenues minus costs of used bins and wasted area. A genetic algorithm is developed to solve this problem where a new coding scheme is introduced. To evaluate the performance of the proposed GA, first an upper b...

متن کامل

Towards Bin Packing (preliminary problem survey, models with multiset estimates)

The paper described a generalized integrated glance to bin packing problems including a brief literature survey and some new problem formulations for the cases of multiset estimates of items. A new systemic viewpoint to bin packing problems is suggested: (a) basic element sets (item set, bin set, item subset assigned to bin), (b) binary relation over the sets: relation over item set as compatib...

متن کامل

Online Colored Bin Packing

In the Colored Bin Packing problem a sequence of items of sizes up to 1 arrives to be packed into bins of unit capacity. Each item has one of c ≥ 2 colors and an additional constraint is that we cannot pack two items of the same color next to each other in the same bin. The objective is to minimize the number of bins. In the important special case when all items have size zero, we characterize ...

متن کامل

Desarrollo de Indicadores de Casos Aplicables a la Selección de Algoritmos en el Problema 2-Partition

In this work, the problem was approached to transform instances and complexity indicators between the problems Bin-Packing and Partition. Diverse researches have realized reductions and polynomials transformations between NP-complete problems, it mentioned to Garey & Johnson, Karp and Cook. In this thesis a new approach proposes to transform instances and to develop complexity indicators betwee...

متن کامل

ذخیره در منابع من


  با ذخیره ی این منبع در منابع من، دسترسی به آن را برای استفاده های بعدی آسان تر کنید

برای دانلود متن کامل این مقاله و بیش از 32 میلیون مقاله دیگر ابتدا ثبت نام کنید

ثبت نام

اگر عضو سایت هستید لطفا وارد حساب کاربری خود شوید

عنوان ژورنال:
  • CoRR

دوره abs/1508.07380  شماره 

صفحات  -

تاریخ انتشار 2015